Known Issues and Limitations
----------------------------

2.6 Kernel
	- makerpm - only supports builds for the running kernel.
	- .spec - dependencies are broken.

2.4 Kernel
	- Built to support only 2.4.36 (the last release of 2.4 at the time of
	development).
	- makerpm - may require a root password if the following files are not in the
	/usr/lib/rpm directory:
		brp-java-repack-jars
		brp-python-bytecompile
		check-rpaths
		check-rpaths-worker
	- .spec - dependencies are broken.
	- makerpm - only supports builds for the kernel linked to by /usr/src/linux-2.4
	is hard coded too. KERNELDIR is defined in Rules.make on line 17:
		KERNELDIR = /home/user/linux-2.x.y
	- cp210x.h - path to usb-serial.h is hardcoded.